home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 April
/
macformat-049.iso
/
mac
/
Demos
/
Print Artist Demo
/
Print-Mac.Dxr
/
00066_info2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-10-04
|
310 b
|
14 lines
on mouseDown
global whatFrameBack
set the memberNum of sprite 10 to the number of member "infodown"
updateStage()
if the frame <> (label("sales") + 1) then
set whatFrameBack to the frame
end if
if the frame <> (label("sales") + 1) then
go("sales")
else
go(whatFrameBack)
end if
end